home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / loadavg / local.mk < prev    next >
Encoding:
Text File  |  1992-06-10  |  560 b   |  21 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. #include    <$(SYSMAKEFILE)>
  9.  
  10. #
  11. # Add more install stuff in order to create symbolic links for other
  12. # aliases.
  13. #
  14.  
  15. SYNONYMS    = $(INSTALLDIR).$(TM)/la \
  16.           $(INSTALLDIR).$(TM)/evict \
  17.           $(INSTALLDIR).$(TM)/uptime
  18. install        :: $(SYNONYMS)
  19. $(SYNONYMS)    :
  20.     ln -s $(NAME) $(.TARGET)
  21.